FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package careconnect.stu3.03.00.00#3.1.0 (78 ms)

Package careconnect.stu3.03.00.00
Type StructureDefinition
Id Id
FHIR Version R3
Source https://simplifier.net/resolve?scope=careconnect.stu3.03.00.00@3.1.0&canonical=https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-ConditionRelationship-1
Url https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-ConditionRelationship-1
Version 0.0.1
Status draft
Date 2017-07-11T14:06:59.8215264+01:00
Name Extension-CareConnect-ConditionRelationship-1
Experimental False
Authority hl7
Description A reference to another related condition (target) whose relationship is defined by the relationship type code.
Copyright Copyright © 2016 HL7 UK Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html
Type Extension
Kind complex-type

Resources that use this resource

StructureDefinition
https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-DCH-AttemptedDeliveryType-Condition-1 CareConnect-DCH-AttemptedDeliveryType-Condition-1
https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-DCH-DevelopmentalSkill-Condition-1 CareConnect-DCH-DevelopmentalSkill-Condition-1
https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-DCH-Diagnosis-Condition-1 CareConnect-DCH-Diagnosis-Condition-1
https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-DCH-PhysicalProblemAtBirth-Condition-1 CareConnect-DCH-PhysicalProblemAtBirth-Condition-1
https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-DCH-Problem-Condition-1 CareConnect-DCH-Problem-Condition-1
https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-DCH-ProblemDuringDelivery-Condition-1 CareConnect-DCH-ProblemDuringDelivery-Condition-1

Resources that this resource uses

StructureDefinition
https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Condition-1 CareConnect-Condition-1
https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-ConditionRelationship-1 Care Connect Condition Relationship


Source

{
  "resourceType" : "StructureDefinition",
  "meta" : {
    "lastUpdated" : "2023-08-04T11:43:48.8043779+00:00"
  },
  "url" : "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-ConditionRelationship-1",
  "version" : "0.0.1",
  "name" : "Extension-CareConnect-ConditionRelationship-1",
  "status" : "draft",
  "date" : "2017-07-11T14:06:59.8215264+01:00",
  "publisher" : "HL7 UK",
  "description" : "A reference to another related condition (target) whose relationship is defined by the relationship type code.",
  "copyright" : "Copyright © 2016 HL7 UK\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\r\n\r\nhttp://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\r\n\r\nHL7® FHIR® standard Copyright © 2011+ HL7\r\n\r\nThe HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at\r\n\r\nhttps://www.hl7.org/fhir/license.html",
  "fhirVersion" : "3.0.2",
  "kind" : "complex-type",
  "abstract" : false,
  "contextType" : "resource",
  "context" : [
    "Condition"
  ],
  "type" : "Extension",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Extension",
        "path" : "Extension",
        "short" : "Related condition",
        "definition" : "Related condition."
      },
      {
        "id" : "Extension.extension",
        "path" : "Extension.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 2
      },
      {
        "id" : "Extension.extension:type",
        "path" : "Extension.extension",
        "sliceName" : "type",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Extension.extension:type.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "type"
      },
      {
        "id" : "Extension.extension:type.value[x]:valueCode",
        "path" : "Extension.extension.valueCode",
        "sliceName" : "valueCode",
        "short" : "Condition relationship type",
        "definition" : "Condition relationship type.",
        "type" : [
          {
            "code" : "code"
          }
        ],
        "binding" : {
          "strength" : "required",
          "description" : "A set of codes specifying the kind of relationship that exists with a target condition.",
          "valueSetReference" : {
            "reference" : "https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-ConditionRelationship-1"
          }
        }
      },
      {
        "id" : "Extension.extension:target",
        "path" : "Extension.extension",
        "sliceName" : "target",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Extension.extension:target.url",
        "path" : "Extension.extension.url",
        "fixedUri" : "target"
      },
      {
        "id" : "Extension.extension:target.value[x]:valueReference",
        "path" : "Extension.extension.valueReference",
        "sliceName" : "valueReference",
        "short" : "Target condition",
        "definition" : "Target condition.",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Condition-1"
          }
        ]
      },
      {
        "id" : "Extension.url",
        "path" : "Extension.url",
        "fixedUri" : "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-ConditionRelationship-1"
      },
      {
        "id" : "Extension.value[x]",
        "path" : "Extension.value[x]",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.